ul {
    list-style: none;
}
html, body, ul, p {
    margin: 0;
    padding: 0;
}
.New-topbar .nav .nav-item:hover .topbar-dropdown-select {
    display: block;
}
.New-topbar .nav .nav-item .topbar-dropdown-select.products .product-item a {
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    width: 100%;
    height: 42px;
    display: block;
    line-height: 42px;
}
.New-topbar .nav .nav-item .topbar-dropdown-select.products .product-item.active, .New-topbar .nav .nav-item .topbar-dropdown-select.products .product-item:hover {
    background: #EBFFFA;
}
.New-topbar .nav .nav-item .topbar-dropdown-select.products .product-item {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-indent: 13px;
    font-size: 14px;
    cursor: pointer;
}
.New-topbar .nav .nav-item .topbar-dropdown-select.products .products-list {
    float: left;
    background: #fff;
    border-right: 1px solid #EDEDED;
}
.New-topbar .nav .nav-item .topbar-dropdown-select {
    top: 42px;
    letter-spacing: 0;
    text-align: left;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: default;
}
.New-topbar .nav .nav-item .topbar-dropdown-select {
    position: absolute;
    display: none;
    background: #fff;
}
.New-topbar .nav .nav-item.has-sub:hover:after, .New-topbar .nav .nav-item.active:after {
    content: '';
    width: 20px;
    height: 4px;
    background: #FCBC1D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    margin: auto;
    margin-bottom: -2px;
}
.New-topbar .nav .nav-item {
    float: left;
    position: relative;
    height: 42px;
    width: 110px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.New-topbar {
    overflow: visible;
    width: 100%;
    height: 42px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.09);
}
.New-topbar .nav {
    width: 1240px;
    margin: 0 auto;
}
.New-topbar {
    width: 100%;
    background: #00B377;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 202;
}
.New-topbar .nav .nav-item.has-sub:hover, .New-topbar .nav .nav-item.active {
  background: #009966;
}
